home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FingerPrint / FingerPrint_Setup.exe / {app} / FingerPrint.exe / 0 / RCDATA / TFRMRUNPROFILE / TFRMRUNPROFILE.txt
Text File  |  2004-01-30  |  3KB  |  120 lines

  1. object frmRunProfile: TfrmRunProfile
  2.   Left = 338
  3.   Top = 327
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Run Profile'
  7.   ClientHeight = 220
  8.   ClientWidth = 586
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object gbProfile: TGroupBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 586
  26.     Height = 220
  27.     Align = alClient
  28.     Caption = 'Profile Name'
  29.     TabOrder = 0
  30.     DesignSize = (
  31.       586
  32.       220)
  33.     object Label3: TLabel
  34.       Left = 16
  35.       Top = 32
  36.       Width = 38
  37.       Height = 13
  38.       Caption = 'Last run'
  39.     end
  40.     object edtStatus: TLabel
  41.       Left = 16
  42.       Top = 64
  43.       Width = 107
  44.       Height = 13
  45.       Caption = 'Preparing to execute...'
  46.     end
  47.     object lFilename: TLabel
  48.       Left = 16
  49.       Top = 120
  50.       Width = 553
  51.       Height = 13
  52.       AutoSize = False
  53.     end
  54.     object edtLastRun: TEdit
  55.       Left = 64
  56.       Top = 32
  57.       Width = 217
  58.       Height = 21
  59.       TabStop = False
  60.       ReadOnly = True
  61.       TabOrder = 0
  62.     end
  63.     object bAbort: TBitBtn
  64.       Left = 264
  65.       Top = 181
  66.       Width = 75
  67.       Height = 25
  68.       Anchors = [akLeft, akRight, akBottom]
  69.       Caption = 'Abort'
  70.       Default = True
  71.       Enabled = False
  72.       ModalResult = 3
  73.       TabOrder = 1
  74.       OnClick = bAbortClick
  75.       Glyph.Data = {
  76.         DE010000424DDE01000000000000760000002800000024000000120000000100
  77.         0400000000006801000000000000000000001000000000000000000000000000
  78.         80000080000000808000800000008000800080800000C0C0C000808080000000
  79.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  80.         333333333333333333333333000033338833333333333333333F333333333333
  81.         0000333911833333983333333388F333333F3333000033391118333911833333
  82.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  83.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  84.         3333F8330000333333911111183333333338F333333F83330000333333311111
  85.         8333333333338F3333383333000033333339111183333333333338F333833333
  86.         00003333339111118333333333333833338F3333000033333911181118333333
  87.         33338333338F333300003333911183911183333333383338F338F33300003333
  88.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  89.         38F338F300003333333333333919333333388333338FFF830000333333333333
  90.         3333333333333333333888330000333333333333333333333333333333333333
  91.         0000}
  92.       NumGlyphs = 2
  93.     end
  94.     object jpbStep: TJvProgressBar
  95.       Left = 16
  96.       Top = 80
  97.       Width = 553
  98.       Height = 25
  99.       Max = 7
  100.       Step = 1
  101.       TabOrder = 2
  102.     end
  103.     object jpbHashing: TJvProgressBar
  104.       Left = 16
  105.       Top = 136
  106.       Width = 553
  107.       Height = 25
  108.       Step = 1
  109.       TabOrder = 3
  110.     end
  111.   end
  112.   object AutoRunTimer: TTimer
  113.     Enabled = False
  114.     Interval = 100
  115.     OnTimer = AutoRunTimerTimer
  116.     Left = 288
  117.     Top = 24
  118.   end
  119. end
  120.